FormMethod Property
Specifies the HTTP method used to submit data in a form to a server.
The defined values are:
-get: HTTP get method.
-post: HTTP post method.
-a value of type string
These values are not case sensitive.
The default value for this attribute is get.
Namespace: Independentsoft.Office.Odf.FormsAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
public string Method { get; set; }
Public Property Method As String
Get
Set
Property Value
String